Commit 0d5bb673 by guojuxing

联合商户列表调整:待解除状态

parent bb9d673a
......@@ -172,7 +172,7 @@ public class UnionEnterpriseAuthListDTO implements Serializable{
public String getStartRelieveTime() {
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
if (statusFlag == 4 && relieveTime != null && relieveEffectDate != null) {
if (relieveTime != null && relieveEffectDate != null) {
Calendar calendar = Calendar.getInstance();
calendar.setTime(relieveTime);
calendar.add(Calendar.DAY_OF_YEAR, relieveEffectDate);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment