Browse Source

财务经理查看修改

anderx 4 months ago
parent
commit
1a48582645

+ 2 - 0
src/main/java/com/goafanti/weChat/service/impl/PublicReleaseServiceImpl.java

@@ -648,6 +648,8 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
 		}
 		addPublicReleaseDateClock(in);
 		publicReleaseLogMapper.insertSelective(log);
+		//设置回不需要审核,按流程变更
+		in.setProcessStatus(0);
 		publicReleaseMapper.update(in);
 		if (in.getOrderNo()!=null){
 			TOrderNew tOrderNew = tOrderNewMapper.queryById(in.getOrderNo());