@ -142,7 +142,7 @@ public abstract class BaseRequestLogAspect {
*/
private Result handlerRuntimeException(RuntimeException ex) {
Result result=new Result().error();
result.setInternalMsg(ex.getMessage());
//result.setInternalMsg(ex.getMessage());
return result;
}
@ -50,7 +50,7 @@
<update id="unSubscribe">
update wxmp_work_user_subscribe
set WX_SUBSCRIBE_STATUS = 'unsubscribe'
set WX_SUBSCRIBE_STATUS = 'unsubscribe',
UPDATED_TIME = now()
where USER_ID = #{userId}
and CUSTOMER_ID = #{customerId}