|
@@ -160,7 +160,8 @@ public class BillPersonnelAdmissionServiceImpl extends ServiceImpl<BillPersonnel
|
|
|
baseProcess.setCurrentStatus("0");
|
|
|
|
|
|
String allLocation = departureName;
|
|
|
- String allLocationId = departureId;
|
|
|
+// String allLocationId = departureId;
|
|
|
+ String allLocationId = "0";
|
|
|
String allLocationStatus = "0";
|
|
|
String allFlowId = "";
|
|
|
|
|
@@ -188,7 +189,7 @@ public class BillPersonnelAdmissionServiceImpl extends ServiceImpl<BillPersonnel
|
|
|
}
|
|
|
if(admissionType.equals("1")){
|
|
|
baseProcess.setAllLocation(departureName);
|
|
|
- baseProcess.setAllLocationId(departureId);
|
|
|
+ baseProcess.setAllLocationId("0");
|
|
|
baseProcess.setAllLocationStatus("0");
|
|
|
}else {
|
|
|
baseProcess.setAllLocation(allLocation);
|
|
@@ -304,7 +305,7 @@ public class BillPersonnelAdmissionServiceImpl extends ServiceImpl<BillPersonnel
|
|
|
baseProcess.setCurrentStatus("0");
|
|
|
|
|
|
String allLocation = departureName;
|
|
|
- String allLocationId = departureId;
|
|
|
+ String allLocationId = "0";
|
|
|
String allLocationStatus = "0";
|
|
|
String allFlowId = "";
|
|
|
|