修改车辆上架 接口出错
This commit is contained in:
parent
dcb17f32f6
commit
e227154587
@ -45,7 +45,7 @@ public interface EbikeBikeInfoMapper extends BaseMapper<EbikeBikeInfo> {
|
||||
@Update({
|
||||
"<script>",
|
||||
"UPDATE ebike_bike_info",
|
||||
"SET state = #{status} SET REGION_ID = #{regionId}",
|
||||
"SET state = #{status},regin_id = #{reginId}",
|
||||
"WHERE bike_code IN",
|
||||
"<foreach collection='bikeCodes' item='bikeCode' open='(' separator=',' close=')'>",
|
||||
"#{bikeCode}",
|
||||
@ -53,5 +53,5 @@ public interface EbikeBikeInfoMapper extends BaseMapper<EbikeBikeInfo> {
|
||||
"</script>"
|
||||
})
|
||||
int vehicleLeaveWarehouse(@Param("bikeCodes") List<String> bikeCodes,
|
||||
@Param("status") String status, @Param("regionId") String regionId);
|
||||
@Param("status") String status, @Param("reginId") String reginId);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user