wuxw
2024-01-22 a40c2eb885bcdb697c2e16dae4f43cb6cd718973
service-job/src/main/java/com/java110/job/printer/manufactor/FeieGetPayFeeDetail.java
@@ -1,8 +1,9 @@
package com.java110.job.printer.manufactor;
import com.java110.dto.smallWeChat.SmallWeChatDto;
import com.java110.dto.wechat.SmallWeChatDto;
import com.java110.intf.store.ISmallWeChatInnerServiceSMO;
import com.java110.utils.cache.UrlCache;
import com.java110.utils.util.StringUtil;
import java.util.List;
@@ -33,11 +34,13 @@
        return orderInfo;
    }
    public static String getPrintPayFeeDetailFloorContent(String communityId, double totals, ISmallWeChatInnerServiceSMO smallWeChatInnerServiceSMOImpl) {
    public static String getPrintPayFeeDetailFloorContent(String communityId, double totals,String staffName, ISmallWeChatInnerServiceSMO smallWeChatInnerServiceSMOImpl) {
        String orderInfo = "";
        //orderInfo += "********************************<BR>";
        orderInfo += "合计:" + totals + "元<BR>";
        if(!StringUtil.isEmpty(staffName)) {
            orderInfo += "开票人:" + staffName + "<BR>";
        }
        //查询公众号配置
        SmallWeChatDto smallWeChatDto = new SmallWeChatDto();
        smallWeChatDto.setWeChatType("1100");