|
@@ -150,7 +150,7 @@ public class ContractLogController extends BladeController {
|
|
|
.eq(ContractLog::getWbsNodeId, nodePrimaryKeyId)
|
|
|
.eq(ContractLog::getRecordTime, recordTime).eq(ContractLog::getCreateUser, AuthUtil.getUserId()));
|
|
|
if(log == null){
|
|
|
- return R.fail("未找到数据");
|
|
|
+ return R.data(200, null, "未找到数据");
|
|
|
}
|
|
|
|
|
|
theLogId = String.valueOf(log.getId());
|