@@ -115,7 +115,7 @@ public class AdminReleaseApiController extends CertifyApiController{
Result res =new Result();
Integer x=publicReleaseService.pushPublicReleaseClockIn(id,photoUrl,clockIn,clockInRemarks,uid);
if (x==-1){
- res.getError().add(buildError("含有他人客户请先通过审核"));
+ res.getError().add(buildError("公出他人企业!需通过审核,才可以打卡!"));
return res;
}
res.setData(x);