Commit 022b0ea8 authored by LiuLin's avatar LiuLin

fix(JG):改造告知,设备移交代码提交,保存添加返回值

parent e8016b1a
...@@ -107,6 +107,9 @@ public class JgEquipTransferDto extends BaseDto { ...@@ -107,6 +107,9 @@ public class JgEquipTransferDto extends BaseDto {
@ApiModelProperty(value = "设备注册代码") @ApiModelProperty(value = "设备注册代码")
private String equCode; private String equCode;
@ApiModelProperty(value = "使用登记证编号")
private String useOrgCode;
@ApiModelProperty(value = "监管码") @ApiModelProperty(value = "监管码")
private String supervisoryCode; private String supervisoryCode;
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
ri.EQU_PRICE AS equPrice, ri.EQU_PRICE AS equPrice,
ri.PRODUCT_PHOTO AS productPhoto, ri.PRODUCT_PHOTO AS productPhoto,
ri.EQU_CODE, ri.EQU_CODE,
ri.use_org_code AS useOrgCode,
di.design_unit_credit_code AS designUnitCreditCode, di.design_unit_credit_code AS designUnitCreditCode,
di.design_unit_name AS designUnitName, di.design_unit_name AS designUnitName,
di.design_license_num AS designLicenseNum, di.design_license_num AS designLicenseNum,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment