Commit 015e088c authored by 赵啸非's avatar 赵啸非

修改统计查询结果

parent b819c2a8
......@@ -21,7 +21,7 @@
<if test="summaryTypeList != null and summaryTypeList.size>0">
AND s.attendanceSummary REGEXP
<foreach collection="summaryTypeList" open="'" close="'" index="index" item="item" separator="|">${item}</foreach>
replace(<foreach collection="summaryTypeList" open="'" close="'" index="index" item="item" separator="|">${item}</foreach>,' ','')
</if>
</select>
......
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