Commit 3307fcc1 authored by 麻笑宇's avatar 麻笑宇

1.去除公司基本信息关键企业字段

2.两个规定根据时间倒叙
parent 79793d64
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<if test="map.isOk!=null">and pc.is_ok = #{map.isOk}</if> <if test="map.isOk!=null">and pc.is_ok = #{map.isOk}</if>
<if test="map.useUnitCode!=null">and a.use_code like concat (#{map.useUnitCode},'%')</if> <if test="map.useUnitCode!=null">and a.use_code like concat (#{map.useUnitCode},'%')</if>
</where> </where>
order by b.id order by a.create_date desc
</select> </select>
<select id="getUnitTypeByUseUnitCode" resultType="java.lang.String"> <select id="getUnitTypeByUseUnitCode" resultType="java.lang.String">
select unit_type from tz_base_enterprise_info where use_unit_code=#{useUnitCode} select unit_type from tz_base_enterprise_info where use_unit_code=#{useUnitCode}
......
...@@ -145,8 +145,7 @@ ...@@ -145,8 +145,7 @@
{ "key": "address", "label": "地址" }, { "key": "address", "label": "地址" },
{ "key": "legalPerson", "label": "法人" }, { "key": "legalPerson", "label": "法人" },
{ "key": "useContact", "label": "单位联系人" }, { "key": "useContact", "label": "单位联系人" },
{ "key": "contactPhone", "label": "联系电话" }, { "key": "contactPhone", "label": "联系电话" }
{ "key": "keyUnit", "label": "是否重点监控单位" }
], ],
"infoRecords": { "infoRecords": {
"title": "隐患记录", "title": "隐患记录",
......
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