|
|
@@ -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());
|