|
@@ -68,8 +68,8 @@ public class ykYhbgHbEasyController extends BaseController {
|
|
|
|
|
|
|
|
|
String[] arrExcludeColumns = {
|
|
|
- "j_sblb", "j_sbccj", "j_sbxh", "j_sbccrq", "j_sbkj"
|
|
|
- , "j_sbbh", "j_sblc", "j_bcds", "j_scds"
|
|
|
+ "y_sblb", "y_sbccj", "y_sbxh", "y_sbccrq", "y_sbkj"
|
|
|
+ , "y_sbbh", "y_sblc", "y_bcds", "y_scds"
|
|
|
};
|
|
|
String strOrder = PageSortHelper.setPageSort(sortProperty, sortOrder, arrExcludeColumns);
|
|
|
|
|
@@ -100,9 +100,9 @@ public class ykYhbgHbEasyController extends BaseController {
|
|
|
|
|
|
|
|
|
String strSql = MessageFormat.format("select a.yhbh,b.cbkh,b.cbkid,yhxm,yhdz,lxdh" +
|
|
|
- ",sblb as \"j_sblb\",sbsccj as \"j_sbsccj\",sbxh as \"j_sbxh\"" +
|
|
|
- ",sbccrq as \"j_sbccrq\",sbkj as \"j_sbkj\",sbbh as \"j_sbbh\"" +
|
|
|
- ",sblc as \"j_sblc\",bcds as \"j_bcds\",scds as \"j_scds\" " +
|
|
|
+ ",sblb as \"y_sblb\",sbsccj as \"y_sbsccj\",sbxh as \"y_sbxh\"" +
|
|
|
+ ",sbccrq as \"y_sbccrq\",sbkj as \"y_sbkj\",sbbh as \"y_sbbh\"" +
|
|
|
+ ",sblc as \"y_sblc\",bcds as \"y_sbds\",scds as \"y_sbqs\" " +
|
|
|
"from yh_khjbxx a,yh_cbkxx b,yy_cblr c " +
|
|
|
"where a.yhbh=b.yhbh and a.yhbh=c.yhbh " +
|
|
|
"and a.yhzt=1 and b.jfzt=1 {0} order by {1}", strWhere, strOrder);
|