代码冲突解决

This commit is contained in:
glj 2023-04-18 10:11:05 +08:00
commit 51136e2658
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
AND di.respond_status > 1 AND di.respond_status > 1
</if> </if>
<if test="chiefId != null" > <if test="chiefId != null" >
di.chief_id = #{chiefId} and di.chief_id = #{chiefId}
</if> </if>
GROUP BY date GROUP BY date
</select> </select>