|
|
|
@ -1833,6 +1833,7 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
|
value.forEach(entity -> {
|
|
|
|
|
IoCollectOrderBiz collectOrderBiz = new IoCollectOrderBiz();
|
|
|
|
|
String med_list_codg = entity.getMED_LIST_CODG();
|
|
|
|
|
collectOrderBiz.setThrCode(med_list_codg);
|
|
|
|
|
BasicProductsEntity basicProductsEntity = null;
|
|
|
|
|
if (StrUtil.isNotBlank(med_list_codg)) {
|
|
|
|
|
basicProductsEntity = basicProductsDao.selectOne(new LambdaQueryWrapper<BasicProductsEntity>()
|
|
|
|
|