检查问题
This commit is contained in:
parent
21ab46457f
commit
eaaf303d4c
|
|
@ -145,7 +145,7 @@ public class LeaseOutDetailsController extends BaseController {
|
|||
* @return
|
||||
*/
|
||||
@Log(title = "领料出库", businessType = BusinessType.MATERIAL)
|
||||
@PreventRepeatSubmit
|
||||
//@PreventRepeatSubmit
|
||||
@PostMapping("/submitOutRfid")
|
||||
public AjaxResult submitOutRfid(@RequestBody List<LeaseOutDetails> recordList) {
|
||||
if (CollUtil.isEmpty(recordList)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue