* [misc] get text field.

This commit is contained in:
liumengyi
2025-01-10 10:05:07 +08:00
committed by 田淑杰
parent 55edf3a6fa
commit f48a8d2ebb
+1 -1
View File
@@ -1167,7 +1167,7 @@ class executionModel extends model
if($productID != 0)
{
return $this->dao->select('t2.*, t2.`desc`')->from(TABLE_PROJECTPRODUCT)->alias('t1')
return $this->dao->select('t2.*, t2.`desc`,t2.`plans`')->from(TABLE_PROJECTPRODUCT)->alias('t1')
->leftJoin(TABLE_EXECUTION)->alias('t2')->on('t1.project= t2.id')
->where('t1.product')->eq($productID)
->andWhere('t2.deleted')->eq(0)