|
@@ -67,7 +67,7 @@ public interface YpSelinfoSoldDao extends BaseMapper<YpSelinfoSold> {
|
|
|
" and bo.sel_retn_time <= #{dto.endTime} " +
|
|
|
" and bo.is_ty = '1' " +
|
|
|
" and bo.group_no = #{dto.groupNo} " +
|
|
|
- " <if test=\"dto.d != null and dto.patNo != ''\"> " +
|
|
|
+ " <if test=\"dto.patNo != null and dto.patNo != ''\"> " +
|
|
|
" and bo.pat_no = #{dto.patNo} " +
|
|
|
" </if> " +
|
|
|
" <if test=\"dto.chargeCode != null and dto.chargeCode != ''\"> " +
|