This commit is contained in:
SUNJIABIN
2023-04-24 15:42:28 +08:00
parent 852f3dc05f
commit 4c6d51a1bc
@@ -21,6 +21,6 @@ public interface ZlTreeDao extends BaseMapper<ZlTree> {
int topping(@Param("id") String id);
@Select("select name from zl_tree where id =#{id}")
String getMoBan(String id);
@Select("select name from zl_tree where id = #{id}")
String getMoBan(@Param("id") String id);
}