工程分为多个模块,计划每个模块都想有自己的where sql定义,find和list sql里面都需要用到公用的where,请问要怎么处理?
#namespace("core")
#where("module")
###代码 #end
#sql("find");
###代码
#@where("module")
#end
#sql("list");
###代码
#@where("module")
#end
#end
项目:JFinal
8、#define 指令
https://jfinal.com/doc/6-4