代码备份

dev_test1.0
anthonywj 1 year ago
parent e5ddbd2fd2
commit b57aaeb5cc

@ -230,10 +230,12 @@ public class ThrProductsAddDiController {
udiProductEntity.setBasicPrductRemak7(thrProductsAddDiResponse.getBasicPrductRemak7()); udiProductEntity.setBasicPrductRemak7(thrProductsAddDiResponse.getBasicPrductRemak7());
udiProductEntity.setBasicPrductRemak8(thrProductsAddDiResponse.getBasicPrductRemak8()); udiProductEntity.setBasicPrductRemak8(thrProductsAddDiResponse.getBasicPrductRemak8());
udiProductEntity.setGroupBuy(thrProductsAddDiResponse.getGroupBuy()); udiProductEntity.setGroupBuy(thrProductsAddDiResponse.getGroupBuy());
//todo 添加医保耗材分类
udiRelevanceEntity.setGroupBuy(thrProductsAddDiResponse.getGroupBuy()); udiRelevanceEntity.setGroupBuy(thrProductsAddDiResponse.getGroupBuy());
udiRelevanceEntity.setPurType(thrProductsAddDiResponse.getPurType()); udiRelevanceEntity.setPurType(thrProductsAddDiResponse.getPurType());
udiRelevanceEntity.setAttributeType(thrProductsAddDiResponse.getAttributeType()); udiRelevanceEntity.setAttributeType(thrProductsAddDiResponse.getAttributeType());
udiRelevanceEntity.setHcType(thrProductsAddDiResponse.getHcType()); udiRelevanceEntity.setHcType(thrProductsAddDiResponse.getHcType());
udiProductEntity.setNameCode(null); udiProductEntity.setNameCode(null);
udiProductService.updateUdiInfoByUuid(udiProductEntity); udiProductService.updateUdiInfoByUuid(udiProductEntity);
UdiRelevanceEntity udiRelevanceEntity1 = new UdiRelevanceEntity(); UdiRelevanceEntity udiRelevanceEntity1 = new UdiRelevanceEntity();

@ -300,7 +300,7 @@ public class ThrProductsAddDiEntity {
/** /**
* 12. * 12.
*/ */
@TableField(value = "attributeType") @TableField(value = "hcType")
private Integer hcType; private Integer hcType;
/** /**
@ -333,7 +333,6 @@ public class ThrProductsAddDiEntity {
private String nameCode; private String nameCode;
/** /**
* ( * (
*/ */

@ -16,7 +16,8 @@
qxlb, tyshxydm, zczbhhzbapzbh, qxlb, tyshxydm, zczbhhzbapzbh,
ylqxzcrbarmc, ylqxzcrbarywmc, updateTime, ylqxzcrbarmc, ylqxzcrbarywmc, updateTime,
supName, model, `standard`, supName, model, `standard`,
qtbm, zczyxqz, relId, type, deviceRecordKey, groupBuy, purType,attributeType,hcType, qtbm, zczyxqz, relId, type, deviceRecordKey, groupBuy, purType, attributeType,
hcType,
catalogname1, catalogname1,
catalogname2, catalogname2,
catalogname3, catalogname3,
@ -144,7 +145,6 @@
<if test="hcType != null"> <if test="hcType != null">
`hcType`=#{hcType}, `hcType`=#{hcType},
</if> </if>
</trim> </trim>
WHERE id = #{id} WHERE id = #{id}
</update> </update>

Loading…
Cancel
Save