|
@@ -41,10 +41,10 @@ bool ProjectService::UpdateProjectInfo(const ProjectInfo &proInfo)
|
|
.set("estimate_time", proInfo.estimateTime)
|
|
.set("estimate_time", proInfo.estimateTime)
|
|
.set("estimate_objective", proInfo.estimateObjective)
|
|
.set("estimate_objective", proInfo.estimateObjective)
|
|
.set("estimate_dept", proInfo.estimateDept)
|
|
.set("estimate_dept", proInfo.estimateDept)
|
|
- .set("estimatePerson", proInfo.estimatePerson)
|
|
|
|
- .set("estimatedType", proInfo.estimateType)
|
|
|
|
- .set("positionalTitles", proInfo.positionalTitles)
|
|
|
|
- .set("updateTime", proInfo.updateTime)
|
|
|
|
|
|
+ .set("estimate_person", proInfo.estimatePerson)
|
|
|
|
+ .set("estimate_type", proInfo.estimateType)
|
|
|
|
+ .set("positional_titles", proInfo.positionalTitles)
|
|
|
|
+ .set("update_time", proInfo.updateTime)
|
|
.where("id = ?", proInfo.id);
|
|
.where("id = ?", proInfo.id);
|
|
t.commit();
|
|
t.commit();
|
|
ret = true;
|
|
ret = true;
|