...
|
...
|
@@ -173,7 +173,7 @@ |
|
|
</sql>
|
|
|
|
|
|
<select id="selectCountInfo" resultType="java.util.HashMap">
|
|
|
select status, count(*) as num from appraise_order where parent_order_code = #{orderCode} and attributes = 7
|
|
|
select status, count(*) as num from appraise_order where parent_order_code = #{orderCode} and attributes = 7 group by status
|
|
|
</select>
|
|
|
|
|
|
<select id="selectParentListCount" resultType="java.lang.Integer">
|
...
|
...
|
|