新增二维码 状态
This commit is contained in:
parent
8ae7102597
commit
df5d92ef99
|
|
@ -57,7 +57,7 @@
|
|||
<if test="wpName != null and wpName != ''"> and mt3.type_name = #{wpName}</if>
|
||||
<if test="isBind != null and isBind != ''"> and b.is_bind = #{isBind}</if>
|
||||
</where>
|
||||
ORDER BY b.is_bind ASC,b.create_time DESC
|
||||
ORDER BY b.is_bind ASC,a.bind_time DESC,b.create_time DESC
|
||||
</select>
|
||||
<select id="selecthistoryList" parameterType="com.bonus.sgzb.base.vo.MaLabelBindVO" resultMap="MaLabelBindVOResult">
|
||||
SELECT b.label_id,a.id,b.is_bind,b.label_code,a.bind_time,b.label_type,mt.type_id,mt.type_name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue