|
@@ -169,7 +169,7 @@ public class BillSamplingServiceImpl extends ServiceImpl<BillSamplingMapper, Bil
|
|
|
sampling.getProcessId(), Integer.parseInt(sampling.getFarmId()), sampling.getTestLocation(), sampling.getTestLocationId(),
|
|
|
sampling.getVistitType(), sampling.getPhone(),sampling.getDepartureName(),sampling.getDepartureId());
|
|
|
if (nextId == 0) {
|
|
|
- if (StringUtils.isBlank(split[1])) {
|
|
|
+ if (split.length == 1) {
|
|
|
baseProcess.setProcessType(1);
|
|
|
if (allLocationId.length() > 5) {
|
|
|
baseProcess.setAllLocationStatus("2,2,2,2,2");
|