Commit 02440def by huluobin

update

parent ba820067
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
where technician_id = #{id} where technician_id = #{id}
) )
</select> </select>
<select id="queryMonthPraisePercent" resultType="java.lang.Double"> <select id="queryMonthPraisePercent" resultType="java.lang.Double">
SELECT (SELECT count(id) SELECT (SELECT count(id)
from order_comment from order_comment
...@@ -105,6 +106,7 @@ ...@@ -105,6 +106,7 @@
and finish_time &gt; #{month} and finish_time &gt; #{month}
) )
</select> </select>
<select id="queryWorkTpl" resultType="com.gogirl.domain.product.serve.BaseProduce"> <select id="queryWorkTpl" resultType="com.gogirl.domain.product.serve.BaseProduce">
SELECT t1.* SELECT t1.*
from base_produce t1 from base_produce t1
......
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