|
@@ -58,7 +58,7 @@ public interface JcJyItemChargeMapper {
|
|
|
"<when test='pageSize!=null'>",
|
|
|
" top ${pageSize} ",
|
|
|
"</when>",
|
|
|
- "rtrim(code) code,name,py_code,d_code wb_code,class ,exec_unit,type=1,rtrim(sample_code) sample_code,bw_code='' ",
|
|
|
+ "rtrim(code) code,name,py_code,d_code wb_code,class ,rtrim(exec_unit) exec_unit,type=1,rtrim(sample_code) sample_code,bw_code='' ",
|
|
|
" FROM jy_zd_item WITH(NOLOCK) ",
|
|
|
"where isnull(del_flag,'') <![CDATA[<>]]> '1' and isnull(mz_flag,'') <![CDATA[<>]]> '1' ",
|
|
|
"<when test='commonParams!=null'>",
|
|
@@ -72,7 +72,7 @@ public interface JcJyItemChargeMapper {
|
|
|
"<when test='pageSize!=null'>",
|
|
|
" top ${pageSize} ",
|
|
|
"</when>",
|
|
|
- "rtrim(code) code,name,py_code,d_code wb_code,class ,exec_unit,type=2,sample_code='',rtrim(bw_code) bw_code ",
|
|
|
+ "rtrim(code) code,name,py_code,d_code wb_code,class ,rtrim(exec_unit) exec_unit,type=2,sample_code='',rtrim(bw_code) bw_code ",
|
|
|
" FROM jc_zd_item WITH(NOLOCK) ",
|
|
|
"where isnull(del_flag,'') <![CDATA[<>]]> '1' and isnull(mz_flag,'') <![CDATA[<>]]> '1' ",
|
|
|
"<when test='commonParams!=null'>",
|