合并分支 'dev_20230216' 到 'master'
Dev 20230216 查看合并请求 laws-foton-slrs/foton-wkflow-rest!51
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ public class BusProcessModelHisServiceImpl extends ServiceImpl<BusProcessModelHi
|
|||||||
//获取当前文件路径 返回文件路径的数字组
|
//获取当前文件路径 返回文件路径的数字组
|
||||||
try {
|
try {
|
||||||
String editFilePath = busProcessModelHis.getEditFilePath();
|
String editFilePath = busProcessModelHis.getEditFilePath();
|
||||||
File file = new File("/data/slrs/file/"+editFilePath);
|
File file = new File(filePath+editFilePath);
|
||||||
FileInputStream fileInputStream = new FileInputStream(file);
|
FileInputStream fileInputStream = new FileInputStream(file);
|
||||||
ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(1024);
|
ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(1024);
|
||||||
byte [] aByte = new byte[1024];
|
byte [] aByte = new byte[1024];
|
||||||
|
|||||||
@@ -220,8 +220,10 @@ public class ScheduledSarBussionessStandReview {
|
|||||||
if (jsonObject != null) {
|
if (jsonObject != null) {
|
||||||
Object reviewTime = jsonObject.get("reviewTime");
|
Object reviewTime = jsonObject.get("reviewTime");
|
||||||
if (reviewTime != null) {
|
if (reviewTime != null) {
|
||||||
// String reviewTimeDate = reviewTime.toString();
|
String reviewTimeDate = reviewTime.toString();
|
||||||
String reviewTimeDate = "2023-06-12";
|
logger.info("====================================复审时间"+reviewTimeDate+"!!!!=========================================");
|
||||||
|
|
||||||
|
// String reviewTimeDate = "2023-06-12";
|
||||||
// String reviewTimeDate = "2023-06-15";
|
// String reviewTimeDate = "2023-06-15";
|
||||||
//今天的时间
|
//今天的时间
|
||||||
if (StringUtils.isNotBlank(reviewTimeDate)) {
|
if (StringUtils.isNotBlank(reviewTimeDate)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user