Browse Source

打卡他人未审核通知修改

anderx 2 years ago
parent
commit
ad277f8259

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

@@ -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);