批量审核修改

product
杨世强 1 year ago
parent b961c6e6bd
commit 78d6608f86

@ -542,7 +542,7 @@ public class TradeuploadController {
public ActionResult batchAudit(@PathVariable("ids") String ids,@RequestBody @Valid TradeuploadUpForm tradeuploadUpForm) throws DataException {
String[] idList = ids.split(",");
PoundlistEntity poundlistEntity = new PoundlistEntity();
poundlistEntity.setPurchaseorderId(tradeuploadUpForm.getPurchaseId());
poundlistEntity.setPurchaseId(tradeuploadUpForm.getPurchaseId());
poundlistEntity.setSupplierId(tradeuploadUpForm.getSupplierId());
poundlistEntity.setSupplierName(tradeuploadUpForm.getSupplierName());
poundlistEntity.setIsExamine("1");

Loading…
Cancel
Save