代码备份

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

@ -16,11 +16,12 @@
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,
catalogname1, hcType,
catalogname2, catalogname1,
catalogname3, catalogname2,
matrial) catalogname3,
matrial)
values values
<foreach collection="list" index="index" item="item" separator=","> <foreach collection="list" index="index" item="item" separator=",">
(#{item.uuid}, (#{item.uuid},
@ -46,11 +47,11 @@
, #{item.flbm}, #{item.qxlb}, #{item.tyshxydm}, #{item.zczbhhzbapzbh} , #{item.flbm}, #{item.qxlb}, #{item.tyshxydm}, #{item.zczbhhzbapzbh}
, #{item.ylqxzcrbarmc}, #{item.ylqxzcrbarywmc}, #{item.updateTime}, #{item.supName}, #{item.model} , #{item.ylqxzcrbarmc}, #{item.ylqxzcrbarywmc}, #{item.updateTime}, #{item.supName}, #{item.model}
, #{item.standard}, #{item.qtbm}, #{item.standard}, #{item.zczyxqz}, #{item.type}, , #{item.standard}, #{item.qtbm}, #{item.standard}, #{item.zczyxqz}, #{item.type},
#{item.deviceRecordKey}, #{item.groupBuy}, #{item.purType},#{item.attributeType},#{item.hcType}, #{item.deviceRecordKey}, #{item.groupBuy}, #{item.purType}, #{item.attributeType}, #{item.hcType},
#{item.catalogname1}, #{item.catalogname1},
#{item.catalogname2}, #{item.catalogname2},
#{item.catalogname3}, #{item.catalogname3},
#{item.matrial}) #{item.matrial})
</foreach> </foreach>
</insert> </insert>
@ -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