diff --git a/ruoyi-bussiness/src/main/resources/mapper/policy/PolicyInfoMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/policy/PolicyInfoMapper.xml
index dd87df7..980c371 100644
--- a/ruoyi-bussiness/src/main/resources/mapper/policy/PolicyInfoMapper.xml
+++ b/ruoyi-bussiness/src/main/resources/mapper/policy/PolicyInfoMapper.xml
@@ -25,17 +25,18 @@
+
- select id, zcmc, zclx, zc_level, source_unit, accept_unit, publish_time, view_num, create_time, policy_tag, status
+ select id, zcmc, zclx, zc_level, source_unit, accept_unit, publish_time, view_num, create_time, policy_tag, status,policy_category
from policy_info
select id, zcmc, zclx, zc_level, source_unit, accept_unit, publish_time,
zc_content, subsidy_standard, handle_channel, apply_condition,
- file_url, file_name, view_num, create_by, create_time, update_by, update_time, remark, policy_tag, status
+ file_url, file_name, view_num, create_by, create_time, update_by, update_time, remark, policy_tag, status,policy_category
from policy_info
@@ -77,11 +78,11 @@
insert into policy_info (
zcmc, zclx, zc_level, source_unit, accept_unit, publish_time,
zc_content, subsidy_standard, handle_channel, apply_condition,
- file_url, file_name, view_num, create_by, create_time, del_flag, remark, policy_tag, status
+ file_url, file_name, view_num, create_by, create_time, del_flag, remark, policy_tag, status,policy_category
) values (
#{zcmc}, #{zclx}, #{zcLevel}, #{sourceUnit}, #{acceptUnit}, #{publishTime},
#{zcContent}, #{subsidyStandard}, #{handleChannel}, #{applyCondition},
- #{fileUrl}, #{fileName}, #{viewNum}, #{createBy}, now(), '0', #{remark}, #{policyTag}, #{status}
+ #{fileUrl}, #{fileName}, #{viewNum}, #{createBy}, now(), '0', #{remark}, #{policyTag}, #{status},#{policyCategory}
)
@@ -103,6 +104,7 @@
remark = #{remark},
policy_tag = #{policyTag},
status = #{status},
+ policy_category = #{policyCategory},
update_by = #{updateBy},
update_time = now()