1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

Closed #37 统一性别取值

This commit is contained in:
Kyle 2018-09-17 19:29:13 +08:00
parent dc58806c63
commit faf8da87e4
No known key found for this signature in database
GPG Key ID: E9D96D736A2D3F3C

View File

@ -110,8 +110,8 @@
</td> </td>
<td> <td>
<#if contacts.gender?? && contacts.gender == '1'>男</#if> <#if contacts.gender?? && contacts.gender == '1'>男</#if>
<#if contacts.gender?? && contacts.gender == '2'>女</#if> <#if contacts.gender?? && contacts.gender == '0'>女</#if>
<#if contacts.gender?? && contacts.gender == '0'>未知</#if> <#if contacts.gender?? && contacts.gender == '-1'>未知</#if>
</td> </td>
<td> <td>
${contacts.cusbirthday!''} ${contacts.cusbirthday!''}