|
@ -280,7 +280,7 @@ |
|
|
AND p.org_id_path LIKE CONCAT('%', #{agencyId}, '%') |
|
|
AND p.org_id_path LIKE CONCAT('%', #{agencyId}, '%') |
|
|
AND p.created_time <![CDATA[<]]> DATE_FORMAT(#{toDateId}, '%Y-%m-%d') |
|
|
AND p.created_time <![CDATA[<]]> DATE_FORMAT(#{toDateId}, '%Y-%m-%d') |
|
|
<choose> |
|
|
<choose> |
|
|
<when test='null != categoreCodeList AND categoreCodeList.size() > 0'> |
|
|
<when test='null != categoreCodeList and categoreCodeList.size() > 0'> |
|
|
<foreach collection="categoreCodeList" item="code" open="AND pc.category_code IN (" separator="," close=")"> |
|
|
<foreach collection="categoreCodeList" item="code" open="AND pc.category_code IN (" separator="," close=")"> |
|
|
#{code} |
|
|
#{code} |
|
|
</foreach> |
|
|
</foreach> |
|
|