Commit 6e4128a9 authored by tangwei's avatar tangwei

修改bug

parent 64663fd6
...@@ -35,7 +35,7 @@ public class AlertCalledObjsDto extends BaseDto{ ...@@ -35,7 +35,7 @@ public class AlertCalledObjsDto extends BaseDto{
String value=""; String value="";
for (AlertFormValue al : alertFormValue) { for (AlertFormValue al : alertFormValue) {
if (al.getFieldCode() == "remark") { if (al.getFieldCode().equals("remark")) {
value=al.getFieldValue(); value=al.getFieldValue();
} }
} }
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
FROM FROM
( (
SELECT SELECT
a.sequence_nbr, MD5(RAND() * 10000) sequence_nbr,
a.dispatch_type, a.dispatch_type,
a.rec_date, a.rec_date,
a.address, a.address,
......
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