Commit 48937377 authored by chenhao's avatar chenhao

Merge branch 'developer' of http://172.16.10.76/moa/amos-boot-biz into developer

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