优化
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user