|
@@ -110,6 +110,9 @@ public class Oms2KmallServiceImpl implements Oms2KmallService {
|
|
|
if (entity == null) {
|
|
|
return R.error("sku:" + resp.getSku() + "不存在");
|
|
|
}
|
|
|
+ if (entity.getStatus().equals(Dict.productRecordStatus.item_21.getItem())) {
|
|
|
+ return R.error("sku:" + resp.getSku() + "状态为待更新,不需要重复发送!");
|
|
|
+ }
|
|
|
int count = goodsProductService.updateAuditInfo(resp.getSku(), resp.getIsAudit(), resp.getAuditTime(), resp.getAuditRemark());
|
|
|
if (count > 0) {
|
|
|
return R.ok();
|