| src/main/resources/mapper/basic/CustomerPrivatePoolMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/basic/CustomerPrivatePoolMapper.xml
@@ -41,6 +41,10 @@ <if test="c.customerType != null"> and c.customer_type = #{c.customerType} </if> <if test="c.boundId != null"> and cpp.boundId = #{c.boundId} </if> </where> order by cpp.id desc </select>