highgo database
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
<select id="selectCompanyCardCollectionList" parameterType="CompanyCardCollection" resultMap="CompanyCardCollectionResult">
|
||||
<include refid="selectCompanyCardCollectionVo"/>
|
||||
<where> del_flag = 0
|
||||
<where> del_flag = '0'
|
||||
<if test="userId != null "> and user_id = #{userId}</if>
|
||||
<if test="companyCardId != null "> and company_card_id = #{companyCardId}</if>
|
||||
</where>
|
||||
|
||||
Reference in New Issue
Block a user