Commit 851b0e26 by YG6494

HPZL001页面修改 关联HPSC001的sql修改

parent fc453b7c
...@@ -152,8 +152,8 @@ ...@@ -152,8 +152,8 @@
<select id="queryComboBox" parameterClass="java.util.HashMap" <select id="queryComboBox" parameterClass="java.util.HashMap"
resultClass="java.util.HashMap"> resultClass="java.util.HashMap">
SELECT DISTINCT SELECT DISTINCT
PROJ_CODE = #projCode#, PROJ_CODE as "projCode",
PROJ_NAME = #projName# PROJ_NAME as "projName"
FROM hpjx.t_hpsc001 WHERE 1=1 FROM hpjx.t_hpsc001 WHERE 1=1
<isNotEmpty prepend=" AND " property="companyCode"> <isNotEmpty prepend=" AND " property="companyCode">
COMPANY_CODE = #companyCode# COMPANY_CODE = #companyCode#
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
textField="textField" textField="textField"
valueField="textField" valueField="textField"
maxLength="20" maxLength="20"
readonly="true" readonly="false"
style="color:blue;" style="color:blue;"
required="true" required="true"
filter="contains" filter="contains"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment