Commit 02440def by huluobin

update

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