代码备份

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,33 +333,32 @@ public class ThrProductsAddDiEntity {
private String nameCode;
/**
* (
*/
@TableField(value = "catalogname1")
@ApiModelProperty(value="一级分类名称(学科,品名)")
@ApiModelProperty(value = "一级分类名称(学科,品名)")
private String catalogname1;
/**
* (
*/
@TableField(value = "catalogname2")
@ApiModelProperty(value="二级分类名称(用途、品目)")
@ApiModelProperty(value = "二级分类名称(用途、品目)")
private String catalogname2;
/**
* (
*/
@TableField(value = "catalogname3")
@ApiModelProperty(value="三级分类名称(部位、功能、品种)")
@ApiModelProperty(value = "三级分类名称(部位、功能、品种)")
private String catalogname3;
/**
*
*/
@TableField(value = "matrial")
@ApiModelProperty(value="耗材材质")
@ApiModelProperty(value = "耗材材质")
private String matrial;

@ -16,11 +16,12 @@
qxlb, tyshxydm, zczbhhzbapzbh,
ylqxzcrbarmc, ylqxzcrbarywmc, updateTime,
supName, model, `standard`,
qtbm, zczyxqz, relId, type, deviceRecordKey, groupBuy, purType,attributeType,hcType,
catalogname1,
catalogname2,
catalogname3,
matrial)
qtbm, zczyxqz, relId, type, deviceRecordKey, groupBuy, purType, attributeType,
hcType,
catalogname1,
catalogname2,
catalogname3,
matrial)
values
<foreach collection="list" index="index" item="item" separator=",">
(#{item.uuid},
@ -46,11 +47,11 @@
, #{item.flbm}, #{item.qxlb}, #{item.tyshxydm}, #{item.zczbhhzbapzbh}
, #{item.ylqxzcrbarmc}, #{item.ylqxzcrbarywmc}, #{item.updateTime}, #{item.supName}, #{item.model}
, #{item.standard}, #{item.qtbm}, #{item.standard}, #{item.zczyxqz}, #{item.type},
#{item.deviceRecordKey}, #{item.groupBuy}, #{item.purType},#{item.attributeType},#{item.hcType},
#{item.catalogname1},
#{item.catalogname2},
#{item.catalogname3},
#{item.matrial})
#{item.deviceRecordKey}, #{item.groupBuy}, #{item.purType}, #{item.attributeType}, #{item.hcType},
#{item.catalogname1},
#{item.catalogname2},
#{item.catalogname3},
#{item.matrial})
</foreach>
</insert>
@ -144,7 +145,6 @@
<if test="hcType != null">
`hcType`=#{hcType},
</if>
</trim>
WHERE id = #{id}
</update>

Loading…
Cancel
Save