|
|
@ -75,7 +75,6 @@ public interface LoanBeCollectionVehMapper extends BaseMapper<LoanBeCollectionVe |
|
|
|
|
|
|
|
int selKzStateBySaleVehSid(String saleVehSid); |
|
|
|
|
|
|
|
@Select("select sid from loan_be_collection_veh where saleVehSid = #{saleVehSid} and lockCarState = #{c}") |
|
|
|
String selSidBySaleVehSidAndLockState(@Param("saleVehSid") String saleVehSid,@Param("c") String c); |
|
|
|
|
|
|
|
@Update("update loan_be_collection_veh set lockCarState = #{s} where saleVehSid = #{saleVehSid} and lockCarState = #{x}") |
|
|
|