|
@@ -85,7 +85,7 @@ public interface YpBaseMapper {
|
|
" c.group_no=#{ypBase.groupNo} and" +
|
|
" c.group_no=#{ypBase.groupNo} and" +
|
|
" c.drug_id is not null" +
|
|
" c.drug_id is not null" +
|
|
" <when test='ypBase.delFlag!=null'>" +
|
|
" <when test='ypBase.delFlag!=null'>" +
|
|
- " and isnull(c.drug_flag,0)=#{ypBase.delFlag}" +
|
|
|
|
|
|
+ " and isnull(c.del_flag,0)=#{ypBase.delFlag}" +
|
|
" </when>" +
|
|
" </when>" +
|
|
" and c.charge_code=b.charge_code)cc order by del_flag" +
|
|
" and c.charge_code=b.charge_code)cc order by del_flag" +
|
|
"</script>")
|
|
"</script>")
|