|
|
@@ -137,9 +137,6 @@ public interface YpTracCodgDao {
|
|
|
" <if test=\"dto.setlId != null and dto.setlId != ''\"> " +
|
|
|
" and si.setl_id = #{dto.setlId} " +
|
|
|
" </if> " +
|
|
|
- " <if test=\"dto.setlType != null and dto.setlType != ''\"> " +
|
|
|
- " and si.setl_id is not null " +
|
|
|
- " </if> " +
|
|
|
" order by fy.charge_date " +
|
|
|
"</script>")
|
|
|
List<YpSelinfoSold> selectYpSelinfoSoldDetailByXyf(@Param("dto") YpCodgUpload dto);
|
|
|
@@ -168,9 +165,6 @@ public interface YpTracCodgDao {
|
|
|
" <if test=\"dto.setlId != null and dto.setlId != ''\"> " +
|
|
|
" and so.setl_id = #{dto.setlId} " +
|
|
|
" </if> " +
|
|
|
- " <if test=\"dto.setlType != null and dto.setlType != ''\"> " +
|
|
|
- " and so.setl_id is not null " +
|
|
|
- " </if> " +
|
|
|
" order by fy.confirm_time " +
|
|
|
"</script>")
|
|
|
List<YpSelinfoSold> selectYpSelinfoSoldThDetailByXyf(@Param("dto") YpCodgUpload dto);
|