新分支创建
This commit is contained in:
parent
111ac4ab8f
commit
b718d495cb
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue