Просмотр исходного кода

打卡他人未审核通知修改

anderx лет назад: 3
Родитель
Сommit
ad277f8259
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/goafanti/weChat/controller/AdminReleaseApiController.java

+ 1 - 1
src/main/java/com/goafanti/weChat/controller/AdminReleaseApiController.java

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