|
@@ -2170,7 +2170,6 @@ public class QwSopLogsServiceImpl extends ServiceImpl<QwSopLogsMapper, QwSopLogs
|
|
|
* @param logs QwSopLogs 对象(必须包含 id 和 contentJson)
|
|
* @param logs QwSopLogs 对象(必须包含 id 和 contentJson)
|
|
|
* @param newLinkUrl 新的完整链接
|
|
* @param newLinkUrl 新的完整链接
|
|
|
*/
|
|
*/
|
|
|
- @Transactional
|
|
|
|
|
public void updateLinkUrlInContentJson(QwSopLogs logs, String newLinkUrl) {
|
|
public void updateLinkUrlInContentJson(QwSopLogs logs, String newLinkUrl) {
|
|
|
// 1. 入参校验
|
|
// 1. 入参校验
|
|
|
if (logs == null) {
|
|
if (logs == null) {
|