- 浏览: 1407 次
- 性别:
- 来自: 深圳
最新评论
文章列表
if (orderId.startsWith("Company")) {
List<CompanyInfoVO> list = companyInfoService.list(condition);
if (list.isEmpty()) {
return list.get(0).getPaymentStatus();
}
} else if (orderId.startsWith("AgentCharge")) {// 代理记账
List<AgentChargeVO> list = agentC ...
scheduler.attachEvent("onEventAdded", function(event_id,event_object){
//any custom logic here
});
在操作工程中这个方法回触发两次。 请问我怎样判断是否是保存状态。