代码备份

dev_test1.0
anthonywj 1 year ago
parent e5ddbd2fd2
commit b57aaeb5cc

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

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

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

Loading…
Cancel
Save