|
|
|
@ -19,7 +19,7 @@ public interface ZyClothSampleMapper extends BaseMapper<ZyClothSample> { |
|
|
|
|
@Select("select nums from zy_cloth_sample where style_id=#{styleId} and stylemodel_id=#{stylemodelId} order by nums desc limit 0,1") |
|
|
|
|
String findSort(@Param("styleId") String styleId, @Param("stylemodelId") String stylemodelId); |
|
|
|
|
|
|
|
|
|
@Select("select model_code from zy_style_model where id=#{stylemodelId}") |
|
|
|
|
@Select("select model_number from zy_style_model where id=#{stylemodelId}") |
|
|
|
|
String findCode(String stylemodelId); |
|
|
|
|
|
|
|
|
|
@Select("select nums from zy_cloths_style where id=#{styleId}") |
|
|
|
|