|
|
@ -1423,7 +1423,7 @@ |
|
|
|
</foreach> |
|
|
|
</foreach> |
|
|
|
</update> |
|
|
|
</update> |
|
|
|
|
|
|
|
|
|
|
|
<select id="findSuspendStatus" parameterType="java.lang.String" resultType="java.lang.String"> |
|
|
|
<select id="findSuspendStatus" parameterType="java.util.List" resultType="java.lang.String"> |
|
|
|
select suspend_status from t_dx_record_invoice |
|
|
|
select suspend_status from t_dx_record_invoice |
|
|
|
where uuid in |
|
|
|
where uuid in |
|
|
|
<foreach collection="uuids" item="uuid" index="index" open="(" separator="," close=")"> |
|
|
|
<foreach collection="uuids" item="uuid" index="index" open="(" separator="," close=")"> |
|
|
|