@@ -323,6 +323,10 @@ public class ConstructionController extends BaseController {
return "modules/sg/managementcenter/activiti/documentsForm";
}
+ public void updateStatus(String status, String id) {
+
+ }
/**
* 保存请假申请
*/
@@ -250,6 +250,7 @@
select * FROM xm_project_details where ${id} = '${value}'
</select>
+ <!--修改项目施工交底状态0未发起施工交底,1施工交底过程中,2完成施工交底-->
<update id="updateStatus">
update xm_project_details set status = #{status} where id = #{id};
</update>