|
@@ -219,7 +219,8 @@ public interface YpBaseYfMapper {
|
|
|
" on a.charge_code = b.code " +
|
|
|
" and a.serial = b.serial " +
|
|
|
" and a.group_no = #{groupNo} " +
|
|
|
- " WHERE b.code = #{chargeCode} ")
|
|
|
+ " WHERE b.code = #{chargeCode} " +
|
|
|
+ " and isnull(b.del_flag,0) != 1 ")
|
|
|
List<YpBaseYfVo> selectYpByChargeCodeAndGroupNo(@Param("chargeCode") String chargeCode, @Param("groupNo") String groupNo);
|
|
|
|
|
|
/**
|