Merge remote-tracking branch 'origin/dev_drug' into dev_drug

dev_unify
yewj 5 months ago
commit c396226dd4

@ -237,6 +237,10 @@ public class ThrProductsAddDiController {
udiProductEntity.setCatalogname3(thrProductsAddDiEntity.getCatalogname3());
udiProductEntity.setMatrial(thrProductsAddDiEntity.getMatrial());
udiProductEntity.setDiType(1);
if (thrProductsAddDiEntity.getProductsType() != null){
udiProductEntity.setProductsType(thrProductsAddDiEntity.getProductsType());
}
BeanUtil.copyProperties(udiProductEntity, udiRelevanceEntity);
udiRelevanceEntity.setGroupBuy(thrProductsAddDiEntity.getGroupBuy());

@ -549,6 +549,8 @@ public class BasicProductsEntity {
@TableField(value = "xjdw")
private String xjdw;
@TableField(value = "detailSort")
private Integer detailSort;

@ -245,6 +245,7 @@ public class UdiRelevanceResponse {
private Integer useLeverCount;
private String payFeeCode;
/**
* 使
*/

@ -157,10 +157,9 @@ public class ThrProductsAddDiService extends ServiceImpl<ThrProductsAddDiDao, Th
thrProductsAddDiEntity.setProductsType(thrDiProductsRequest.getProductsType());
}
//医保编码解析
String catalogcode = thrDiProductsRequest.getCatalogcode();
try {
//医保编码解析
String catalogcode = thrDiProductsRequest.getCatalogcode();
if (StrUtil.isNotEmpty(catalogcode) && catalogcode.length() >= 7) {
Integer catalogcode1 = Integer.valueOf(catalogcode.substring(1, 3));
Integer catalogcode2 = Integer.valueOf(catalogcode1 + catalogcode.substring(3, 5));

@ -84,7 +84,7 @@
</if>
<if test="batchNo != null and batchNo != ''">
AND a2.batchNo like concat('%', #{batchNo}, '%')
</if>ggxh
</if>
<if test="cpmctymc != null and cpmctymc != ''">
AND bp.cpmctymc like concat('%', #{cpmctymc}, '%')
</if>

Loading…
Cancel
Save