新分支创建

This commit is contained in:
liang.chao 2024-04-02 14:39:31 +08:00
parent 111ac4ab8f
commit b718d495cb
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@
<if test="status != null and status != ''">
and dai.status = #{status}
</if>
order by dai.create_time desc
</select>
<select id="getDirectApplyInfoById" resultType="com.bonus.sgzb.base.api.domain.DirectApplyInfo">
select * from direct_apply_info where id = #{id}