重复代码提交
This commit is contained in:
parent
c55848200e
commit
cec5657dec
|
|
@ -24,6 +24,4 @@ public class CheckComment {
|
||||||
private String sort;
|
private String sort;
|
||||||
private Integer agree;
|
private Integer agree;
|
||||||
|
|
||||||
private String agree;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -528,7 +528,6 @@
|
||||||
LEFT JOIN (
|
LEFT JOIN (
|
||||||
SELECT
|
SELECT
|
||||||
id,
|
id,
|
||||||
b.agree,
|
|
||||||
a.proc_inst_id,
|
a.proc_inst_id,
|
||||||
version,
|
version,
|
||||||
repeated_submit,
|
repeated_submit,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue