修改问题
parent
42416aa6a1
commit
29bd9179d8
|
@ -30,7 +30,7 @@ public class ScriptStatusStatistic {
|
|||
return this.statusSet;
|
||||
}
|
||||
if (StringUtils.isNotBlank(this.statusString)) {
|
||||
String[] split = this.status.split(",");
|
||||
String[] split = this.statusString.split(",");
|
||||
statusSet = CollUtil.newHashSet(split);
|
||||
return statusSet;
|
||||
}
|
||||
|
|
|
@ -383,7 +383,7 @@
|
|||
count(*) as total
|
||||
FROM <include refid="Table_Name" />
|
||||
WHERE
|
||||
batch_id = #{task.batchId,jdbcType=VARCHAR}
|
||||
batch_id = #{batchId,jdbcType=VARCHAR}
|
||||
GROUP BY script_id
|
||||
</select>
|
||||
|
||||
|
|
Loading…
Reference in New Issue