Browse Source

小程序上级审核同步指导意见修改

anderx 1 year ago
parent
commit
ba96530666
1 changed files with 10 additions and 2 deletions
  1. 10 2
      src/main/java/com/goafanti/weChat/service/PublicReleaseService.java

+ 10 - 2
src/main/java/com/goafanti/weChat/service/PublicReleaseService.java

@@ -12,8 +12,16 @@ public interface PublicReleaseService {
 	Object listPublicRelease(InputPublicReleaseList in);
 
 
-
-	int pushExaminePublicRelease(Integer id, Integer status, String remarks,Integer type,Integer evaluateType);
+	/**
+	 *
+	 * @param id 公出编号
+	 * @param status 公出状态
+	 * @param remarks 公出说明
+	 * @param examineType 0上级审核 1营销员审核 2技术审核
+	 * @param evaluateType 0不存指导意见 1存指导意见
+	 * @return
+	 */
+	int pushExaminePublicRelease(Integer id, Integer status, String remarks,Integer examineType,Integer evaluateType);
 
 
 	List<outPublicReleaseLog> listPublicReleaseLog(Integer id,String ufid);