我必须写信给骆驼的多个 if 条件,我需要帮助才能解决问题。
if(token is NULL)
if(condition is NULL)
if(Dates does not match)
Then execute this...
Run Code Online (Sandbox Code Playgroud)
我正在尝试的是
.choice
.when(token is NULL)
.when(condition is NULL)
.when(Dates does not match)
.log(update DB)
.endchoice()
Run Code Online (Sandbox Code Playgroud)
哪个不起作用..请帮忙