|
|
@@ -392,7 +392,7 @@
|
|
|
where pu_id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
<select id="validateAudit" parameterType="com.usoftchina.saas.common.dto.DocBaseDTO" resultType="java.lang.String">
|
|
|
- select wm_concat(pu_code) from purchase where pu_statuscode='AUDITED' and pu_id in
|
|
|
+ select GROUP_CONCAT(pu_code) from purchase where pu_statuscode='AUDITED' and pu_id in
|
|
|
<foreach collection="list" item="item" open="(" close=")" separator=",">
|
|
|
#{item.id}
|
|
|
</foreach>
|