Commit 851b0e26 by YG6494

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

parent fc453b7c
......@@ -152,8 +152,8 @@
<select id="queryComboBox" parameterClass="java.util.HashMap"
resultClass="java.util.HashMap">
SELECT DISTINCT
PROJ_CODE = #projCode#,
PROJ_NAME = #projName#
PROJ_CODE as "projCode",
PROJ_NAME as "projName"
FROM hpjx.t_hpsc001 WHERE 1=1
<isNotEmpty prepend=" AND " property="companyCode">
COMPANY_CODE = #companyCode#
......
......@@ -44,7 +44,7 @@
textField="textField"
valueField="textField"
maxLength="20"
readonly="true"
readonly="false"
style="color:blue;"
required="true"
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