企业编号 最大值 加1 以及新增时,企标名称可以重复(编号和名称重复也是新增一条,不做覆盖)
This commit is contained in:
+6
-8
@@ -153,11 +153,11 @@ public class WorkFlowController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @return java.lang.String
|
||||||
* @Author super_liu
|
* @Author super_liu
|
||||||
* @Description 根据不同浏览器定义下载文件编码
|
* @Description 根据不同浏览器定义下载文件编码
|
||||||
* Date 2018/10/11 10:40
|
* Date 2018/10/11 10:40
|
||||||
* @Param [fileName, request]
|
* @Param [fileName, request]
|
||||||
* @return java.lang.String
|
|
||||||
**/
|
**/
|
||||||
public String fileNameEncoding(String fileName, HttpServletRequest request) throws IOException {
|
public String fileNameEncoding(String fileName, HttpServletRequest request) throws IOException {
|
||||||
String agent = request.getHeader("User-Agent");
|
String agent = request.getHeader("User-Agent");
|
||||||
@@ -212,7 +212,6 @@ public class WorkFlowController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ApiOperation(value = "查询在线编辑流程汇总文件编辑对象")
|
@ApiOperation(value = "查询在线编辑流程汇总文件编辑对象")
|
||||||
@GetMapping("/processModelHisOneCount")
|
@GetMapping("/processModelHisOneCount")
|
||||||
public BusProcessModelHis processModelHisOneCount(@RequestParam("pid") String pid) {
|
public BusProcessModelHis processModelHisOneCount(@RequestParam("pid") String pid) {
|
||||||
@@ -319,7 +318,6 @@ public class WorkFlowController {
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ApiOperation(value = "启动流程-以流程定义id")
|
@ApiOperation(value = "启动流程-以流程定义id")
|
||||||
@GetMapping("/activiti_define_start")
|
@GetMapping("/activiti_define_start")
|
||||||
public ResponseMessage activiti_define_start(@RequestParam("id") String id, @RequestParam("userId") String userId, @RequestParam(value = "bpnId", required = false) String bpnId) {
|
public ResponseMessage activiti_define_start(@RequestParam("id") String id, @RequestParam("userId") String userId, @RequestParam(value = "bpnId", required = false) String bpnId) {
|
||||||
@@ -332,6 +330,7 @@ public class WorkFlowController {
|
|||||||
@RequestParam(value = "bpnId", required = false) String bpnId, @RequestParam(value = "json", required = false) String json) {
|
@RequestParam(value = "bpnId", required = false) String bpnId, @RequestParam(value = "json", required = false) String json) {
|
||||||
return workFlowFeignClient.activiti_define_start_rollBack(id, userId, bpnId, json);
|
return workFlowFeignClient.activiti_define_start_rollBack(id, userId, bpnId, json);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation(value = "启动流程-以流程定义id")
|
@ApiOperation(value = "启动流程-以流程定义id")
|
||||||
@GetMapping("/activiti_define_start1")
|
@GetMapping("/activiti_define_start1")
|
||||||
public Map<String, String> activiti_define_start1(@RequestParam("id") String id, @RequestParam("userId") String userId, @RequestParam("standName") String standName) {
|
public Map<String, String> activiti_define_start1(@RequestParam("id") String id, @RequestParam("userId") String userId, @RequestParam("standName") String standName) {
|
||||||
@@ -473,6 +472,7 @@ public class WorkFlowController {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 复审流程使用
|
* 复审流程使用
|
||||||
|
*
|
||||||
* @param busMes
|
* @param busMes
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@@ -712,6 +712,7 @@ public class WorkFlowController {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 开始分页
|
* 开始分页
|
||||||
|
*
|
||||||
* @param list
|
* @param list
|
||||||
* @param pageNum 页码
|
* @param pageNum 页码
|
||||||
* @param pageSize 每页多少条数据
|
* @param pageSize 每页多少条数据
|
||||||
@@ -919,6 +920,7 @@ public class WorkFlowController {
|
|||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
ProcessTimer processTimer;
|
ProcessTimer processTimer;
|
||||||
|
|
||||||
@ApiOperation(value = "自动催办,任务截至时间前3天开始每天催办")
|
@ApiOperation(value = "自动催办,任务截至时间前3天开始每天催办")
|
||||||
@PostMapping("/send123")
|
@PostMapping("/send123")
|
||||||
public String send123() {
|
public String send123() {
|
||||||
@@ -986,10 +988,6 @@ public class WorkFlowController {
|
|||||||
@GetMapping("/selectAskId")
|
@GetMapping("/selectAskId")
|
||||||
public String selectAskId(@RequestParam("taskId") String taskId) {
|
public String selectAskId(@RequestParam("taskId") String taskId) {
|
||||||
return workFlowFeignClient.selectAskId(taskId);
|
return workFlowFeignClient.selectAskId(taskId);
|
||||||
}
|
|
||||||
@ApiOperation(value = "OA待办强制删除")
|
|
||||||
@GetMapping("/deleteOAByMandatory")
|
|
||||||
public String deleteOAByMandatory(@RequestParam("todoId") String todoId,@RequestParam("assignee") String assignee) {
|
|
||||||
return workFlowFeignClient.deleteOAByMandatory(todoId,assignee);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-4
@@ -163,9 +163,9 @@ public class EsRevisePlanServiceImpl extends ServiceImpl<EsRevisePlanDao, EsRevi
|
|||||||
public ResponseMessage<Object> addPlan(EsRevisePlan esRevisePlan) {
|
public ResponseMessage<Object> addPlan(EsRevisePlan esRevisePlan) {
|
||||||
esRevisePlan.setId(UUIDUtils.randomUUID(32));
|
esRevisePlan.setId(UUIDUtils.randomUUID(32));
|
||||||
List<EsRevisePlan> esRevisePlans=esRevisePlanDao.selectPageByName(esRevisePlan);
|
List<EsRevisePlan> esRevisePlans=esRevisePlanDao.selectPageByName(esRevisePlan);
|
||||||
if (esRevisePlans.size()>0){
|
// if (esRevisePlans.size()>0){
|
||||||
return Result.success("企标名称不能重复,请更换新的企标名称");
|
// return Result.success("企标名称不能重复,请更换新的企标名称");
|
||||||
}else {
|
// }else {
|
||||||
esRevisePlanDao.insertOne(esRevisePlan);
|
esRevisePlanDao.insertOne(esRevisePlan);
|
||||||
//加日志
|
//加日志
|
||||||
String esName = esRevisePlan.getEsName();
|
String esName = esRevisePlan.getEsName();
|
||||||
@@ -181,7 +181,7 @@ public class EsRevisePlanServiceImpl extends ServiceImpl<EsRevisePlanDao, EsRevi
|
|||||||
}
|
}
|
||||||
esRevisePlanLogDao.insert(new EsRevisePlanLog(null,id,msg,date));
|
esRevisePlanLogDao.insert(new EsRevisePlanLog(null,id,msg,date));
|
||||||
return Result.success("200", esRevisePlan.getId(), "操作成功");
|
return Result.success("200", esRevisePlan.getId(), "操作成功");
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -13,4 +13,5 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|||||||
*/
|
*/
|
||||||
public interface SarBussStandSnDao extends BaseMapper<SarBussStandSn> {
|
public interface SarBussStandSnDao extends BaseMapper<SarBussStandSn> {
|
||||||
|
|
||||||
|
String selectMaxStandnSn();
|
||||||
}
|
}
|
||||||
|
|||||||
+3
@@ -16,4 +16,7 @@ public interface ISarBussStandSnService extends IService<SarBussStandSn> {
|
|||||||
Boolean verifySnExists(String taskId,String standSn,String standSort);
|
Boolean verifySnExists(String taskId,String standSn,String standSort);
|
||||||
|
|
||||||
Boolean modSnByProcess(String taskId);
|
Boolean modSnByProcess(String taskId);
|
||||||
|
|
||||||
|
String selectMaxStandnSn();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
+5
@@ -60,4 +60,9 @@ public class SarBussStandSnServiceImpl extends ServiceImpl<SarBussStandSnDao, Sa
|
|||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String selectMaxStandnSn() {
|
||||||
|
return baseMapper.selectMaxStandnSn();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -130,6 +130,5 @@ public interface SarBussionessStandDao extends BaseMapper<SarBussionessStand> {
|
|||||||
@Select("select * from sar")
|
@Select("select * from sar")
|
||||||
String setDtqbbhbuss(String dtqbbhbuss);
|
String setDtqbbhbuss(String dtqbbhbuss);
|
||||||
|
|
||||||
String selectMaxStandnSn();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -4320,7 +4320,7 @@ public class SarBussionessStandServiceImpl extends ServiceImpl<SarBussionessStan
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ResponseMessage selectMaxStandnSn() {
|
public ResponseMessage selectMaxStandnSn() {
|
||||||
String max = baseMapper.selectMaxStandnSn();
|
String max = iSarBussStandSnService.selectMaxStandnSn();
|
||||||
int maxIOnfo = 0;
|
int maxIOnfo = 0;
|
||||||
if(StringUtils.isNotBlank(max)){
|
if(StringUtils.isNotBlank(max)){
|
||||||
int i = Integer.parseInt(max);
|
int i = Integer.parseInt(max);
|
||||||
|
|||||||
@@ -2,4 +2,8 @@
|
|||||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
<mapper namespace="com.adc.da.slrs.sarBussStandSn.dao.SarBussStandSnDao">
|
<mapper namespace="com.adc.da.slrs.sarBussStandSn.dao.SarBussStandSnDao">
|
||||||
|
|
||||||
|
<select id="selectMaxStandnSn" resultType="java.lang.String">
|
||||||
|
select Max(STAND_SN) from sar_buss_stand_sn
|
||||||
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
-3
@@ -1255,7 +1255,4 @@
|
|||||||
where id = #{attfId}
|
where id = #{attfId}
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<select id="selectMaxStandnSn" resultType="java.lang.String">
|
|
||||||
select Max(STAND_SN) from sar_bussioness_stand
|
|
||||||
</select>
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user