|
|
@ -627,7 +627,7 @@ public class IoCodeTempController extends BaseController {
|
|
|
|
exitLocalEntity.setReCount(exitLocalEntity.getMyCount() * udiCalCountUtil.getActCount(udiRelevanceResponses.get(0)));
|
|
|
|
exitLocalEntity.setReCount(exitLocalEntity.getMyCount() * udiCalCountUtil.getActCount(udiRelevanceResponses.get(0)));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!StringUtils.isBlank(exitLocalEntity.getSerialNo())) {
|
|
|
|
if (!StringUtils.isNotBlank(exitLocalEntity.getSerialNo())) {
|
|
|
|
return ResultVOUtils.error(500, "重复扫码!");
|
|
|
|
return ResultVOUtils.error(500, "重复扫码!");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|