修改hh项目进度汇报 #10

Merged
ming merged 1 commits from zhoumingxiu into main 2023-12-14 16:39:11 +08:00
3 changed files with 5 additions and 4 deletions

View File

@ -50,6 +50,7 @@
<if test="sourceSys != null and sourceSys != ''">and source_sys = #{sourceSys}</if> <if test="sourceSys != null and sourceSys != ''">and source_sys = #{sourceSys}</if>
<if test="interfaceType != null and interfaceType != ''">and interface_type = #{interfaceType}</if> <if test="interfaceType != null and interfaceType != ''">and interface_type = #{interfaceType}</if>
</where> </where>
order by report_date desc
</select> </select>
<select id="selectHhHydraulicProgressReportById" parameterType="String" resultMap="HhHydraulicProgressReportResult"> <select id="selectHhHydraulicProgressReportById" parameterType="String" resultMap="HhHydraulicProgressReportResult">

View File

@ -305,8 +305,8 @@ export default {
reset() { reset() {
this.form = { this.form = {
id: null, id: null,
projectName: "HH-202312230834", projectName: null,
projectCode: "淮河入海水道工程一期", projectCode: null,
reportDate: null, reportDate: null,
taskName: null, taskName: null,
reportType: null, reportType: null,

View File

@ -307,8 +307,8 @@ export default {
reset() { reset() {
this.form = { this.form = {
id: null, id: null,
projectName: "淮海堤防改造工程一期", projectName: null,
projectCode: "HH-202311050201", projectCode: null,
reportDate: null, reportDate: null,
taskName: null, taskName: null,
reportType: null, reportType: null,