|
|
@@ -467,7 +467,11 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
+ /**
|
|
|
+ * 推动项目日志
|
|
|
+ * @param tid
|
|
|
+ * @param projectStatus
|
|
|
+ */
|
|
|
private void pushTaskLog(Integer tid,Integer projectStatus) {
|
|
|
TaskLog tl = new TaskLog();
|
|
|
tl.setCreateTime(new Date());
|
|
|
@@ -480,7 +484,7 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
+ //推动项目计算及催款
|
|
|
private void projectSplitPush(Integer tid, Integer projectStatus,TOrderTask task2) {
|
|
|
//0否 1父拆分 2子拆分 如果没有拆分
|
|
|
if (task2.getSplitStatus()==0) {
|