Gitea 2 years ago
parent 16d752c3a6
commit d2a8f3de2f
  1. 2
      jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/zyclothsample/mapper/ZyClothSampleMapper.java

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

Loading…
Cancel
Save