This commit is contained in:
parent
ba39cce61c
commit
9ead1b8272
|
|
@ -152,7 +152,7 @@ public class ItemService extends BaseService {
|
|||
itemMapper.insertOrUpdate(item);
|
||||
|
||||
//上传对照消息 3301
|
||||
if (item.getSocialCode() != null){
|
||||
if (item.getSocialCode() != null && !item.getSocialCode().isEmpty()){
|
||||
this.call3301(item.getSocialCode(),"item","create");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue