|
@@ -569,6 +569,7 @@ public class BizProcessInspecionController extends BaseController {
|
|
|
* 根据箱号查询是否为检查载具,或一箱多批
|
|
|
*/
|
|
|
// @PostMapping("/getCarrierInfo")
|
|
|
+ @PostMapping("/getCarrierInfoProcess")
|
|
|
public AjaxResult getCarrierInfo(@RequestBody BizDayworkCarrier dayworkCarrier) throws NoSuchFieldException, IllegalAccessException {
|
|
|
// List<BizDayworkCarrier> list = bizDayworkCarrierService.query().eq("carrier_code",dayworkCarrier.getCarrierCode()).eq("deleted",0).eq("is_changed",0).list();
|
|
|
dayworkCarrier.setIsChanged(0);
|