|
@@ -1432,6 +1432,11 @@ public class BillPersonnelAdmissionServiceImpl extends ServiceImpl<BillPersonnel
|
|
|
split[1] = "3";
|
|
|
baseProcess.setAllLocationStatus(split[0] + "," + split[1] + status1.substring(3));
|
|
|
}
|
|
|
+ if (billClean.getTestLocationId() == 15) {
|
|
|
+ split[0] = "2";
|
|
|
+ split[1] = "3";
|
|
|
+ baseProcess.setAllLocationStatus(split[0] + "," + split[1] + status1.substring(3));
|
|
|
+ }
|
|
|
|
|
|
processMapper.updateById(baseProcess);
|
|
|
cleanMapper.updateById(billClean);
|