|
|
@ -99,8 +99,8 @@ public interface ScmVehicleInventoryMapper extends BaseMapper<ScmVehicleInventor |
|
|
|
*/ |
|
|
|
AppScmVehicleStayInventoryDetailedsVo getInventoryInfo(@Param("recordSid") String recordSid); |
|
|
|
|
|
|
|
@Update("update scm_vehicle_inventory set InventoryStateKey = #{inventoryStateKey},InventoryState = #{inventoryState},certificateKey = #{certificateKey},certificate = #{certificate},remarks = #{remarks} where sid = #{sid}") |
|
|
|
void updateState(@Param("sid") String sid, @Param("inventoryStateKey") String inventoryStateKey, @Param("inventoryState") String inventoryState, @Param("certificateKey") String certificateKey, @Param("certificate") String certificate, @Param("remarks") String remarks); |
|
|
|
@Update("update scm_vehicle_inventory set InventoryStateKey = #{inventoryStateKey},InventoryState = #{inventoryState},remarks = #{remarks} where sid = #{sid}") |
|
|
|
void updateState(@Param("sid") String sid, @Param("inventoryStateKey") String inventoryStateKey, @Param("inventoryState") String inventoryState, @Param("remarks") String remarks); |
|
|
|
|
|
|
|
List<ScmVehicleInventory> getByVinLastInFo(@Param("vin") String vin, @Param("id") String id); |
|
|
|
} |