| | |
| | | |
| | | @RequestMapping(value = "/materialReceive/checkSyncStatus/auth") |
| | | @ManagerAuth |
| | | public R checkSyncStatus(@RequestParam String soCode, @RequestParam(required = false) String invCode) { |
| | | public R checkSyncStatus(@RequestParam String soCode, @RequestParam(required = false) String invCode, @RequestParam(required = false) String fbillno) { |
| | | EntityWrapper<MaterialReceive> wrapper = new EntityWrapper<>(); |
| | | wrapper.eq("so_code", soCode); |
| | | wrapper.eq("fbillno", fbillno); |
| | | if (!Cools.isEmpty(invCode)) { |
| | | wrapper.eq("inv_code", invCode); |
| | | } |