中扬CRM客户关系管理系统
LSH
2023-11-09 e85439da9f2fb1be90509a72e637613a5c0bbc11
src/main/java/com/zy/crm/manager/entity/BusinessTrip.java
@@ -502,7 +502,7 @@
    public String getBusinessEndTimeDay$(){
        if (null == this.businessEndTimeDay){ return null; }
        switch (this.businessTransportation){
        switch (this.businessEndTimeDay){
            case 1:
                return TimeCalculatorUtils.timeYestMonthDay(this.businessEndTime)+ "上午";
            case 2: