重构评论
This commit is contained in:
@@ -1680,7 +1680,7 @@ public class JDUtil {
|
|||||||
* 处理生成评论流程中的用户交互
|
* 处理生成评论流程中的用户交互
|
||||||
*/
|
*/
|
||||||
private void handleCommentInteraction(String fromWxid, String message) {
|
private void handleCommentInteraction(String fromWxid, String message) {
|
||||||
logger.info("handleCommentInteraction 处理生成评论流程中的用户交互 - 用户: {}, 状态: {},message: {}", fromWxid, state, message);
|
logger.info("handleCommentInteraction 处理生成评论流程中的用户交互 - 用户: {},message: {}", fromWxid, message);
|
||||||
try {
|
try {
|
||||||
|
|
||||||
getProductTypeMap();
|
getProductTypeMap();
|
||||||
|
|||||||
Reference in New Issue
Block a user