|
|
@@ -268,7 +268,9 @@ public class OrganizationServiceImpl extends BaseMybatisDao<DepartmentMapper> im
|
|
|
|
|
|
if(StringUtils.isBlank(useDep.getOperationGuaranteeId())&&StringUtils.isNotBlank(in.getOperationGuaranteeId())){
|
|
|
List<String> strings = torderNewMapper.selectByDepAndProcess(useDep.getId(), ProcessStatus.YYBZSH.getCode());
|
|
|
- torderNewMapper.updateOrderDepFinanceExamineName(strings, ProcessStatus.YYBZSH.getCode());
|
|
|
+ if(!strings.isEmpty()){
|
|
|
+ torderNewMapper.updateOrderDepFinanceExamineName(strings, ProcessStatus.YYBZSH.getCode());
|
|
|
+ }
|
|
|
}
|
|
|
//财务与复审切换的时候要切换所有未审核的财务
|
|
|
boolean updateFinance=false;
|