Browse Source

fix: 补充堤防、水闸类型

master_tdsql
hxh 9 months ago
parent
commit
d9409a280b
  1. 2
      shuili-system/src/main/resources/mapper/yxgh/DfYhPlanMapper.xml
  2. 2
      shuili-system/src/main/resources/mapper/yxgh/SzYhPlanMapper.xml

2
shuili-system/src/main/resources/mapper/yxgh/DfYhPlanMapper.xml

@ -35,7 +35,7 @@
SELECT ts.id id, ts.form_id formId, ts.create_time submit_time, ts.approval_time approval_time, ts.status
status,
ts.operator operator, ts.comment comment, ts.doc ts_doc,
yh.id yh_id, yh.dike_code dike_code, yh.dike_name dike_name, yh.name plan_name, yh.start_date start_date,
yh.id yh_id, yh.dike_code dike_code, yh.dike_name dike_name, yh.dike_type dike_type, yh.name plan_name, yh.start_date start_date,
yh.end_date
end_date,
yh.supplement supplement, yh.doc doc, yh.engineering_unit engineering_unit, yh.responsible_person

2
shuili-system/src/main/resources/mapper/yxgh/SzYhPlanMapper.xml

@ -35,7 +35,7 @@
SELECT ts.id id, ts.form_id formId, ts.create_time submit_time, ts.approval_time approval_time, ts.status
status,
ts.operator operator, ts.comment comment, ts.doc ts_doc,
yh.id yh_id, yh.waga_code waga_code, yh.waga_name waga_name, yh.name plan_name, yh.start_date start_date,
yh.id yh_id, yh.waga_code waga_code, yh.waga_name waga_name, yh.waga_type waga_type, yh.name plan_name, yh.start_date start_date,
yh.end_date
end_date,
yh.supplement supplement, yh.doc doc, yh.engineering_unit engineering_unit, yh.responsible_person

Loading…
Cancel
Save