feat:V2.4
This commit is contained in:
@@ -357,11 +357,11 @@
|
||||
</select>
|
||||
|
||||
|
||||
<select id="selectAllDataOrByShopId" resultMap="BaseResultMap">
|
||||
<select id="selectAllDataOrByLineId" resultMap="BaseResultMap">
|
||||
select * from xfsg_shop_info
|
||||
<where>
|
||||
<if test="shopId!=null">
|
||||
and id = #{shopId}
|
||||
<if test="lineId!=null">
|
||||
and line_id = #{lineId}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user