|
@@ -71,6 +71,9 @@ public interface YpSelinfoSoldDao extends BaseMapper<YpSelinfoSold> {
|
|
|
" <if test=\"dto.chargeCode != null and dto.chargeCode != ''\"> " +
|
|
|
" and so.charge_code = #{dto.chargeCode} " +
|
|
|
" </if> " +
|
|
|
+ " <if test=\"dto.setlId != null and dto.setlId != ''\"> " +
|
|
|
+ " and so.setl_id = #{dto.setlId} " +
|
|
|
+ " </if> " +
|
|
|
" <if test=\"dto.uploadFlag != null and dto.uploadFlag != ''\"> " +
|
|
|
" and so.upload_flag = #{dto.uploadFlag} " +
|
|
|
" </if> " +
|
|
@@ -90,6 +93,9 @@ public interface YpSelinfoSoldDao extends BaseMapper<YpSelinfoSold> {
|
|
|
" <if test=\"dto.chargeCode != null and dto.chargeCode != ''\"> " +
|
|
|
" and bo.charge_code = #{dto.chargeCode} " +
|
|
|
" </if> " +
|
|
|
+ " <if test=\"dto.setlId != null and dto.setlId != ''\"> " +
|
|
|
+ " and bo.setl_id = #{dto.setlId} " +
|
|
|
+ " </if> " +
|
|
|
" <if test=\"dto.uploadFlag != null and dto.uploadFlag != ''\"> " +
|
|
|
" and bo.upload_flag = #{dto.uploadFlag} " +
|
|
|
" </if> " +
|