0
GSP頁面
我想通過我的價值創造.gsp頁面,該怎麼做如何從控制器傳遞價值
def save = {
def billingPeriodInstance = new BillingPeriod(params)
DatabaseImpController obj= new DatabaseImpController()
int i = obj.setbillPeriod()
if(i== 1){
render(view: "create")
}
}