ChangeInformationExpertsAction update

webservice
calyrex 6 months ago
parent 64bcc11ce3
commit 512ca46828

@ -45,8 +45,7 @@ public class ChangeInformationExpertsAction extends BaseBean implements Action,
TransUtil tu = new TransUtil(); TransUtil tu = new TransUtil();
RecordSet rs = I18nContextUtil.getBean(RecordSet.class); RecordSet rs = I18nContextUtil.getBean(RecordSet.class);
// String tablename = tu.getTableName(workflowid); // String tablename = tu.getTableName(workflowid);
// 弱点工程1564 信息类 1498 测试 弱点工程1329 信息类 1310 String roleid = "100502830000001498";
String roleid = "1498";
String zjlx1 = ""; String zjlx1 = "";
String sqdw = ""; String sqdw = "";
String sql = "select * from " + tablename + " where requestid=" + requestid; String sql = "select * from " + tablename + " where requestid=" + requestid;
@ -58,8 +57,7 @@ public class ChangeInformationExpertsAction extends BaseBean implements Action,
sqdw = Util.null2String(rs.getString("sqdw")); sqdw = Util.null2String(rs.getString("sqdw"));
} }
if ("1".equals(zjlx1)) { if ("1".equals(zjlx1)) {
// 弱电工程 roleid = "100502830000001564";
roleid = "1564";
} }
String xxhzj = ""; String xxhzj = "";
String xxhzjrdgcl = ""; String xxhzjrdgcl = "";

Loading…
Cancel
Save