修改list入参

release
yishiqihuasheng 2 years ago
parent 9f55be2fc2
commit 737477fee2
  1. 2
      dxhy-base/src/main/java/com/dxhy/base/dao/BaseTDxRecordInvoiceDao.java
  2. 2
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -217,5 +217,5 @@ public interface BaseTDxRecordInvoiceDao extends BaseMapper<BaseTDxRecordInvoice
void updateSuspendType(Map<String,Object> pramsMap); void updateSuspendType(Map<String,Object> pramsMap);
List<String> findSuspendStatus(List<String> uuids); List<String> findSuspendStatus(@Param("uuids") List<String> uuids);
} }

@ -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=")">

Loading…
Cancel
Save