|
@@ -395,7 +395,7 @@ public class FormulaController {
|
|
|
@GetMapping("/log")
|
|
|
public R<Object> log(Long pkeyId){
|
|
|
Map<String,Object> result = new HashMap<>();
|
|
|
- result.put("版本信息","20230308");
|
|
|
+ result.put("版本信息","202303081747");
|
|
|
if(Func.isNotEmpty(pkeyId)){
|
|
|
result.put("执行情况",this.jdbcTemplate.queryForList("select * from m_formula_log where id="+pkeyId));
|
|
|
}
|