Compare commits
No commits in common. "aeed19c7f8ece7a2f3dec330046c25ef9f7ae8ff" and "9ead1b82724bc37ba3e86384cb698431411927c9" have entirely different histories.
aeed19c7f8
...
9ead1b8272
|
|
@ -683,7 +683,6 @@ public class ChargeService extends BaseService {
|
|||
data.setChrg_bchno(order.getCode());
|
||||
data.setAcct_used_flag("1");
|
||||
data.setInsutype(insutype);
|
||||
im2207A.setData(data);
|
||||
Integer minpacunt_drug_trac_cnt = 0;
|
||||
List<ChargeGoodsList> goodsList = chargeGoodsListMapper.selectByCode(chargeOrderCode);
|
||||
for (ChargeGoodsList goodsListItem : goodsList) {
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ public class GoodsService extends BaseService {
|
|||
}
|
||||
|
||||
//上传对照消息 3301
|
||||
if (goods.getHilistCode() != null && !goods.getHilistCode().isEmpty()){
|
||||
if (goods.getHilistCode() != null){
|
||||
|
||||
itemService.call3301(goods.getHilistCode(),"goods","create");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -233,7 +233,7 @@ public class ItemService extends BaseService {
|
|||
|
||||
|
||||
//上传对照消息 3301
|
||||
if (item.getSocialCode() != null && !item.getSocialCode().isEmpty()){
|
||||
if (item.getSocialCode() != null){
|
||||
this.call3301(item.getSocialCode(),"item","create");
|
||||
}
|
||||
}
|
||||
|
|
@ -356,7 +356,7 @@ public class ItemService extends BaseService {
|
|||
itemGroupListMapper.insertOrUpdate(itemGroup);
|
||||
|
||||
//上传对照消息 3301
|
||||
if (itemGroup.getSocialCode() != null && !itemGroup.getSocialCode().isEmpty()){
|
||||
if (itemGroup.getSocialCode() != null){
|
||||
this.call3301(itemGroup.getSocialCode(),"item_group_list","create");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue