|
@@ -76,10 +76,10 @@ public class YbService {
|
|
|
selInfo.getOrderNo(), selInfo.getChargeItemCode(), selInfo.getRealNo());
|
|
|
|
|
|
List<DrugTracCodg> drugTracCodgList = selinfoSoldTotal.getDrugtracinfo();
|
|
|
- if(drugTracCodgList == null || drugTracCodgList.isEmpty()) {
|
|
|
+ /*if(drugTracCodgList == null || drugTracCodgList.isEmpty()) {
|
|
|
response = new ResultVo(-1, "追溯码不能为空");
|
|
|
return response;
|
|
|
- }
|
|
|
+ }*/
|
|
|
String drugTracCodg = drugTracCodgList.get(0).getDrugTracCodg();
|
|
|
String result = taobaoService.sendGet("/queryCodeDetail?codes=" + drugTracCodg);
|
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
@@ -233,10 +233,10 @@ public class YbService {
|
|
|
public ResultVo returnGoodsItem(SelinfoReturn selinfoReturn) {
|
|
|
ResultVo response = null;
|
|
|
List<DrugTracCodg> drugTracCodgList = selinfoReturn.getDrugtracinfo();
|
|
|
- if(drugTracCodgList == null || drugTracCodgList.size() == 0) {
|
|
|
+ /*if(drugTracCodgList == null || drugTracCodgList.size() == 0) {
|
|
|
response = new ResultVo(-1, "追溯码不能为空");
|
|
|
return response;
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
// 记录关联字段信息(用于关联退药记录)
|
|
|
// 这些字段用于后续查询退药记录,确保医保记录与退药记录的一一对应
|