Commit c74ca2ba authored by suhuiguang's avatar suhuiguang

1.检验结果方式查询返回控制前端当集成时 检验结果只能同步不能编辑

parent 4b5aa44f
...@@ -100,7 +100,7 @@ public class JyjcInspectionResultModel extends BaseModel { ...@@ -100,7 +100,7 @@ public class JyjcInspectionResultModel extends BaseModel {
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd")
private Date applicationDate; private Date applicationDate;
@ApiModelProperty("检验结果方式") @ApiModelProperty("检验结果方式: input-手工,integrated-集成")
private String resultType; private String resultType;
@ApiModelProperty(value = "设备种类") @ApiModelProperty(value = "设备种类")
......
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
ibjoi.SUPERVISORY_CODE supervisoryCode, ibjoi.SUPERVISORY_CODE supervisoryCode,
ibjri.use_org_code, ibjri.use_org_code,
res.equ_define, res.equ_define,
res.result_type,
ibjui.ADDRESS equUseAddress ibjui.ADDRESS equUseAddress
FROM FROM
tz_jyjc_inspection_result res tz_jyjc_inspection_result res
......
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