|
|
|
@ -1704,7 +1704,7 @@ public class CaseServiceImpl implements CaseService {
|
|
|
|
|
List<SynthesisPlanClient> synthesisPlanClientList = synthesisPlanClientMapper.selectByExample(example1);
|
|
|
|
|
if (synthesisPlanClientList!=null && !synthesisPlanClientList.isEmpty()){
|
|
|
|
|
SynthesisPlanClient synthesisPlanClient = synthesisPlanClientList.get(0);
|
|
|
|
|
synthesisPlanClient.setSubmitStatus("未提交");
|
|
|
|
|
synthesisPlanClient.setSubmitStatus("未审核");
|
|
|
|
|
synthesisPlanClientMapper.updateByPrimaryKey(synthesisPlanClient);
|
|
|
|
|
}
|
|
|
|
|
if (comCases == null || comCases.isEmpty()) {
|
|
|
|
|