xiaoyong931011
2021-02-24 cf9cb7804df2360dbe777f7f71d842bfc6ca63d8
zq-erp/src/main/resources/mybatis/mapper/hive/SysProjServicesDao.xml
@@ -140,7 +140,7 @@
   <!--  根据id更新 部分更新   -->
   <update id="updateOrderTime">
      UPDATE sys_proj_services set CREATE_TIME=#{createTime} WHERE id=#{id}
      UPDATE sys_proj_services set consume_time=#{consumeTime} WHERE id=#{id}
   </update>
   <!-- 设置服务单为已通知 -->