* Finish task .102739.

This commit is contained in:
tanghucheng
2023-09-14 03:14:19 -04:00
parent 86b8aaa455
commit 1207d32a86
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -843,6 +843,7 @@ class programplanModel extends model
$plan->desc = empty($desc[$key]) ? '' : $desc[$key];
$plan->hasProduct = $project->hasProduct;
$plan->vision = $this->config->vision;
$plan->market = $project->market;
if(!empty($begin[$key])) $plan->begin = $begin[$key];
if(!empty($end[$key])) $plan->end = $end[$key];