Browse Source

fix: 默认查询审批状态为1,2的数据

release-sy-tdsql
hxh 1 month ago
parent
commit
3f09745330
  1. 1
      shuili-system/src/main/resources/mapper/yxgh/DfYhV2Mapper.xml

1
shuili-system/src/main/resources/mapper/yxgh/DfYhV2Mapper.xml

@ -36,6 +36,7 @@
LEFT JOIN bs_sgc_df_xcyj jl ON jl.id = ts.form_id
WHERE
ts.business_type = #{dto.businessType}
and ts.status in ('1','2')
<if test="dto.status != null and dto.status != ''">
AND ts.status = #{dto.status}
</if>

Loading…
Cancel
Save