Commit aceb2318 authored by wanghao's avatar wanghao

1 监督检查-检查记录-增加 上传状态和上传时间字段。

parent c979f4b3
...@@ -43,7 +43,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -43,7 +43,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
rec.f_last_update_time, rec.f_last_update_time,
rec.f_remark, rec.f_remark,
rec.f_gov_upload_state, rec.f_gov_upload_state,
rec.f_gov_upload_time rec.f_gov_upload_time,
task.f_name as taskName, task.f_name as taskName,
(select f_name from t_county_level_region where f_county_code = rec.f_region_code) AS countyName (select f_name from t_county_level_region where f_county_code = rec.f_region_code) AS countyName
FROM FROM
......
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