Commit feebf096 authored by litengwei's avatar litengwei

Merge remote-tracking branch 'origin/develop_dl' into develop_dl

parents 9648988e 2e76d6d6
......@@ -398,7 +398,7 @@ public class WaterResourceDto extends BaseDto {
@ExplicitConstraint(indexNum = 45, sourceClass = CommonExplicitConstraint.class, method = "getListByEquipmentCode")
private String levelDeviceName;
@ExcelProperty(value = "出口流量(L/s)", index = 44)
@ExcelIgnore
@ApiModelProperty(value = "出口流量(L/s)")
private Float outputFlowRate;
}
......@@ -2851,6 +2851,7 @@
AND 30 >= DATEDIFF( DATE_ADD( DATE_FORMAT( ed.production_date, '%Y-%m-%d' ), INTERVAL e.expiry_date YEAR ), CURRENT_DATE )
AND DATEDIFF( DATE_ADD( DATE_FORMAT( ed.production_date, '%Y-%m-%d' ), INTERVAL e.expiry_date YEAR ), CURRENT_DATE ) >= 0
</if>
ORDER BY dayNum DESC
</select>
<select id="selectZJEquipmentSpecificWWXByIds" resultType="java.util.Map">
......
......@@ -140,7 +140,8 @@
biz_org_name,
design_org,
design_org_telephone,
lead_designer
lead_designer,
system_describe
)
VALUES(
#{id},
......@@ -171,7 +172,8 @@
#{bizOrgName},
#{designOrg},
#{designOrgTelephone},
#{leadDesigner}
#{leadDesigner},
#{systemDescribe}
)
</insert>
<insert id="insertFile">
......@@ -221,7 +223,8 @@
biz_org_name=#{bizOrgName},
design_org = #{designOrg},
lead_designer = #{leadDesigner},
design_org_telephone = #{designOrgTelephone}
design_org_telephone = #{designOrgTelephone},
system_describe = #{systemDescribe}
where id = #{id}
</update>
<delete id="deleteFilre">
......
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